PropertyCollectionInsert Method |
Inserts an element into the collection at the specified index.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Insert(
int index,
Property property
)
Public Sub Insert (
index As Integer,
property As Property
)
Parameters
- index
- Type: SystemInt32
The zero-based index at which value should be inserted. - property
- Type: Independentsoft.WebdavProperty
The Property to insert.
See Also